home *** CD-ROM | disk | FTP | other *** search
- on(press){
- if(_root.inven._currentframe == 1)
- {
- if(_root.micon._currentframe == 40 && _root.range == true)
- {
- _root.next_dis1 = 2;
- _root.next_txt1 = "Hey, that\'s a great idea. I\'ll have a girlfriend in no time... in JAIL! ARE YOU NUTS?";
- }
- else if(_root.micon._currentframe == 41 && _root.range == true)
- {
- _root.next_dis1 = 2;
- _root.next_txt1 = "I don\'t think I want to make Anastasia cry.";
- }
- if(_root.micon._currentframe == 1 && _root.range == true)
- {
- _root.next_dis1 = 2;
- _root.next_txt1 = "I heard if you touch her, you turn into a pillar of salt. Silly rumors... IΓÇÖm still not going to touch her though.";
- }
- if(_root.micon._currentframe == 2)
- {
- _root.next_dis1 = 2;
- _root.next_txt1 = "I believe her... it\'s name is Anastasia.";
- }
- if(_root.micon._currentframe == 4 && _root.range == true && _root.txt_number <= 1)
- {
- if(_root.talk2 == 0)
- {
- _root.talk2 = 1;
- _root.txt_number = 3;
- _root.next_dis3 = 5;
- _root.di3 = 90;
- _root.next_txt3 = "Is it raining outside? Oh how I HATE rain. AND Water. Anything thatΓÇÖs wet. Say no to H2O.";
- _root.next_txt2 = "How do you survive without water?";
- _root.di2 = 91;
- _root.next_dis2 = 2;
- _root.next_txt1 = "...";
- _root.di1 = 93;
- _root.next_dis1 = 5;
- }
- else if(_root.talk2 == 1)
- {
- _root.txt_number = 3;
- _root.next_dis3 = 5;
- _root.di3 = 92;
- _root.next_txt3 = "Oh heavens and gates of darkness open for ... Meek Ollie ... and for the souls of the gathering";
- _root.next_txt2 = "...";
- _root.di2 = 93;
- _root.next_dis2 = 5;
- _root.next_txt1 = "Maybe it would be best if I just left ya alone.";
- _root.di1 = 94;
- _root.next_dis1 = 2;
- }
- }
- }
- }
-